projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
764db69
)
; * src/xdisp.c (Fwindow_text_pixel_size): Another minor fix.
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 5 Feb 2021 12:27:46 +0000
(14:27 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 5 Feb 2021 12:27:46 +0000
(14:27 +0200)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index 4db981aa655b383414cc7a98b22ca490255266ca..764735769b4ec21b73f1d1c1fae17b6ee788adc8 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-10777,7
+10777,7
@@
include the height of both, if present, in the return value. */)
/* If text spans more than one screen line, we don't need to adjust
the x-span for start_x, since the second and subsequent lines
will begin at zero X coordinate. */
- if (it.current_y >
0
)
+ if (it.current_y >
start_y
)
start_x = 0;
/* Subtract height of header-line which was counted automatically by